home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / HTML_ MTX Web Publishing Tool / MTX Tool 1.3.sit / MTX Tool 1.3 / guide / docs / otherbg.mtx < prev    next >
Text File  |  1996-02-23  |  3KB  |  96 lines

  1. %TITLE Other Page Tags
  2. %WATERMARK mtxbg
  3. %IMAGES ../images/
  4. %HOMEURL http://www.med.ufl.edu/medinfo/
  5. %PARENT Table of Contents
  6. %PARENTURL index.html
  7. %INDEX View MTX File
  8. %INDEXURL otherbg.mtx
  9. %PREVURL keywords.html
  10. %NEXTURL none
  11. %AUTHOR Richard Rathe / rrathe@ufl.edu
  12. %AUTHURL rrathe@ufl.edu
  13. %VERSION MTX 1.3 User's Manual / Copyright 1996 by the University of Florida
  14. %PATH http://www.med.ufl.edu/medinfo/mtx/docs/
  15. %REFRESH 30 index.html
  16. %LAYOUT noindex
  17. %MTX 1.3
  18.  
  19. #Layout
  20.  
  21. Use the "%LAYOUT" tag to change the overall formatting for the page(s).
  22. Several switches are available:
  23.  
  24.     %LAYOUT cover - Suppresses the page footer and indexing. Useful for
  25. {#cover pages#cover.html#} where administrative data at the bottom of the
  26. page is unnecessary.
  27.     %LAYOUT print - Suppresses navigation links and the table of contents for
  28. the page. This is useful when you want to "{#pretty print#otherpp.html#}" the
  29. page on paper.
  30.     %LAYOUT slide - Create {#presentation slides#slides.html#} based on the
  31. headings in the document.
  32.     %LAYOUT keyword - Identifies a page that contains
  33. {#keyword index#keywords.html#} terms.
  34.     %LAYOUT noindex - Identifies a page that should be excluded from indexing.
  35.  
  36. #Colors
  37.  
  38. The "%COLORS" tag allows you to change the {#text and background
  39. colors#http://home.netscape.com/assist/net_sites/bg/index.html#} for the page.
  40. Colors are represented by a pound sign (#) and three red/green/blue hexadecimal
  41. digits (black is #000000 and white is #FFFFFF). You can set up to five of the
  42. following:
  43.  
  44.     BGCOLOR - Background color
  45.     TEXT - Text color
  46.     LINK - Link color
  47.     ALINK - Active link highlight color
  48.     VLINK - Visited link color
  49.  
  50. =  %COLORS BGCOLOR=#40FF40 TEXT=#FFFFFF LINK=#0102FF VLINK=#0102FF
  51.  
  52. {#Netscape Only#netscape.html#}
  53.  
  54. #Watermark
  55.  
  56. The "%WATERMARK" tag allows you to add a {#watermark graphic#otherbg.html#} to
  57. the page instead of the solid color background:
  58.  
  59. =  %WATERMARK mtxbg
  60.  
  61. {#Netscape Only#netscape.html#}
  62.  
  63. #Base
  64.  
  65. The "%BASE" tag is similar to the "%PATH" tag and is used to specify the
  66. permanent location for the page. This is useful when the page is copied, saved
  67. to disk, or printed on paper. A reference to the original document will appear
  68. in the page footer. Specify the path {*without*} the file name, MTX will add
  69. it automatically to make a complete URL. It also adds a <BASE> tag to the HTML
  70. header. This is useful if you distribute the page to multiple sites.
  71. {#Relative URLs#terminol.html#URL#} will use the path specified by "%BASE",
  72. not the current location of the page.
  73.  
  74. =  %BASE http://www.med.ufl.edu/medinfo/mtx/docs/
  75.  
  76. #Counter
  77.  
  78. The "%COUNTER" tag is used to add a dynamic counter at the bottom of the page.
  79. You must specify a start date for the counter and the URL of the CGI counter
  80. program.
  81.  
  82. =  %COUNTER January 1, 1996 http://www.med.ufl.edu/cgi/counter.cgi
  83.  
  84. #Refresh#=REFRESH
  85.  
  86. {#Netscape#netscape.html#} and other Web browsers have the ability to refresh
  87. pages automatically at timed intervals. The "%REFRESH" tag allows you to specify
  88. the number of seconds the browser will wait before updating the page. You have
  89. the option to specify a URL to jump to when the interval has elapsed. If no URL
  90. is specified, the browser will refresh the current page.
  91.  
  92. =  %REFRESH 30
  93. =  %REFRESH 60 http://www.med.ufl.edu/medinfo/mtx/docs/slides.html
  94.  
  95. This page will return to the index page after 30 seconds.
  96.